org.eclipse.vtp.desktop.editors.core.elements
Class ApplicationFragmentVariableMapping

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.ApplicationFragmentVariableMapping
All Implemented Interfaces:
java.lang.Cloneable

public class ApplicationFragmentVariableMapping
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
static int MAPPING_EXPRESSION
           
static int MAPPING_NONE
           
static int MAPPING_STATIC
           
static int MAPPING_VARIABLE
           
 
Constructor Summary
ApplicationFragmentVariableMapping(java.lang.String fragmentVariableName, int mappingType, java.lang.String mappingValue)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getFragmentVariableName()
           
 int getMappingType()
           
 java.lang.String getMappingValue()
           
 void setFragmentVariableName(java.lang.String fragmentVariableName)
           
 void setMappingType(int mappingType)
           
 void setMappingValue(java.lang.String mappingValue)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPING_NONE

public static final int MAPPING_NONE
See Also:
Constant Field Values

MAPPING_STATIC

public static final int MAPPING_STATIC
See Also:
Constant Field Values

MAPPING_EXPRESSION

public static final int MAPPING_EXPRESSION
See Also:
Constant Field Values

MAPPING_VARIABLE

public static final int MAPPING_VARIABLE
See Also:
Constant Field Values
Constructor Detail

ApplicationFragmentVariableMapping

public ApplicationFragmentVariableMapping(java.lang.String fragmentVariableName,
                                          int mappingType,
                                          java.lang.String mappingValue)
Method Detail

getFragmentVariableName

public java.lang.String getFragmentVariableName()

setFragmentVariableName

public void setFragmentVariableName(java.lang.String fragmentVariableName)

getMappingType

public int getMappingType()

setMappingType

public void setMappingType(int mappingType)

getMappingValue

public java.lang.String getMappingValue()

setMappingValue

public void setMappingValue(java.lang.String mappingValue)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object